home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / shapes / testweb.frm < prev    next >
Text File  |  1993-11-24  |  186b  |  8 lines

  1. // s = box , sphere, torus, ellipse <0.1 , 0.5, 0.3>, sphere;
  2. s = sphere stack 6;
  3. b = sphere stack 10;
  4. k = s web 5 with b 3;
  5. k;
  6. //j = s web 5 with b scale(10) 3;
  7. //display j;
  8. end;